home *** CD-ROM | disk | FTP | other *** search
/ Aminet 6 / Aminet 6 - June 1995.iso / Aminet / game / wb / dosadv.lha / drop < prev    next >
Encoding:
AmigaDOS Script File  |  1993-03-09  |  151 b   |  9 lines

  1. .key item/a
  2. if not "$<item>" eq "-1"
  3. echo "You haven't got the <item>."
  4. skip end
  5. endif
  6. echo "You have dropped the <item>."
  7. setenv "<item>" $cr
  8. lab end
  9.